home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cracker's Matrix
/
Cracker's Matrix (nCite Software).iso
/
Examples
/
Data
/
ckSL_0005.txt
< prev
next >
Wrap
Text File
|
2003-01-06
|
2KB
|
29 lines
Hello,
Lets get to the point which is cracking.
Run Bin.exe and give any serial eg:7777777
don't hit OK yet.
Press Ctrl+D and place a bpx hmemcpy and then hit F5
Now hit OK and you are back to SICE.Press F10 or F12 untill you are in the program's code
You must see this:
-------------------------------------------------------------------Cut here----------------------------------------------------
:00401068 833E00 cmp dword ptr [esi], 00000000 <-------- We are here
:0040106B 7504 jne 00401071 <-------------------------------- The key is wrong, jump
:0040106D EB0E jmp 0040107D <----------------------------- The key is right, jump
:0040106F EB0C jmp 0040107D <------------------------------ The same
:00401071 8B1E mov ebx, dword ptr [esi] <----------------- Don't let this fool you
:00401073 E897000000 call 0040110F <--------------------------- I think this does nothing but fooling us
:00401078 83C604 add esi, 00000004 <------------------------ This one too
:0040107B EBEB jmp 00401068 <------------------------------ Jump to the first line again
:0040107D 3DBF96287A cmp eax, 7A2896BF <----------------- Compare our serial with the right one
:00401082 7514 jne 00401098 <--------------------------------- Jump if not good
:00401084 6A40 push 00000040 <------------------------------ Keep going
...
:0040108B 683B354000 push 0040353B <------------------------- Push the good boy message
:00401090 FF7508 push [ebp+08]
-------------------------------------------------------------------Cut here----------------------------------------------------
Now we see that our serial is being compared to 7A2896BF.So you can do an evaluation of it in SICE (? 7A2896BF) or you can convert it in calc.exe to decimal and you will see this number: 2049480383 which is
our good serial.